Skip to content

fix: prevent script injection in workflows (v0.11.x)#640

Merged
thpierce merged 1 commit intorelease/v0.11.xfrom
fix-github-event-v0.11.x
Feb 10, 2026
Merged

fix: prevent script injection in workflows (v0.11.x)#640
thpierce merged 1 commit intorelease/v0.11.xfrom
fix-github-event-v0.11.x

Conversation

@thpierce
Copy link
Copy Markdown
Contributor

Fixes script injection vulnerability by moving github.event references to top-level env vars.

Changes:

  • Replace github.event.inputs.version with env.VERSION in run steps
  • Reuses existing top-level VERSION env variable

Related to V1564738566

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@thpierce thpierce requested a review from a team as a code owner February 10, 2026 22:14
@thpierce thpierce merged commit 75ab9b5 into release/v0.11.x Feb 10, 2026
6 of 12 checks passed
@thpierce thpierce deleted the fix-github-event-v0.11.x branch February 10, 2026 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant